This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Since office 2010 has been installed I am having an issue showing the MS Word document that the user creates from Lotus Notes. If no other word documents are open then everything works fine. If other word documents are open then they are all maximized at the same time. Any ideas?
Set officeapp = GetObject(,"Word.Application")
Dim worddoc As Variant
Set worddoc = officeApp.Documents.Add("Z:\mytemplates\CompanyLetterhead.doc", False, 0)
'Then the code here that adds the content for the letter
officeapp.visible = True
officeapp.Activate
Set officeapp = Nothing
Feedback number WEBB8MUHGW created by ~Lex Pregerokonynivu on 10/21/2011
Status: Open
Comments: